Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable28] fix(webauthn): Increase database column for public key id #47246

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Aug 14, 2024

Backport of #47240

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot backportbot bot requested review from kesselb, st3iny and susnux August 14, 2024 22:39
@backportbot backportbot bot added this to the Nextcloud 28.0.9 milestone Aug 14, 2024
@susnux susnux force-pushed the backport/47240/stable28 branch from bbfb3b1 to ece099a Compare August 14, 2024 23:54
@susnux susnux marked this pull request as ready for review August 14, 2024 23:54
@skjnldsv skjnldsv mentioned this pull request Aug 20, 2024
12 tasks
* Resolves #34476

There is no maximum length defined in the standard,
most common the length is between 128 and 200 characters,
but as we store it not in plain data but base64 encoded the length can grow about 1/3.
We had a regression with 'Nitrokey 3' which created IDs with 196 byte length -> 262 bytes encoded base64.
So to be save we increase the size to 512 bytes.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux force-pushed the backport/47240/stable28 branch from ece099a to d13c495 Compare August 27, 2024 21:19
@susnux susnux enabled auto-merge August 29, 2024 13:06
@susnux susnux merged commit c1d9259 into stable28 Aug 29, 2024
56 checks passed
@susnux susnux deleted the backport/47240/stable28 branch August 29, 2024 13:32
@blizzz blizzz mentioned this pull request Sep 4, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants